/* Media Quries  */
@media (min-width : 280px) and (max-width : 750px)
   {
    .footer .row{
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .footer .col-3{
      width: 100%;
    }
    .col-3{
      max-width: 100% !important;
    }
    .footer ol{
      padding-left: 0% !important;
    }
   }
   @media (max-width: 379px) {
    #quoteBtn {
      right: 0; /* Adjust this value to place the button within the screen */
    }
  }
  @media only screen and (max-width :748px) {
    .mobileView{
      display: none !important;
    }
  }
  @media only screen and (max-width :540px) {
    .qr{
      width: 100% !important;
      margin-top: 20px;
    }
    .load {
      max-width: 100% !important;
    }
    .doc{
      display: block !important;
    }
  }
 /*  */
.navbar p{
    font-size: 30px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.nav-link
{
    font-weight: bolder !important;
    color: black !important;
    margin-left: 30px;
}
.doc{
  display: flex;
    justify-content: space-between;
}
.load{
  max-width: 50%;
  padding: 0 !important; 
  margin: 0 !important;
}
.qr{
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.paragraph{
  transform: rotate(-90deg); 
  gap: 7px; 
  font-size: 12px; 
  margin-right: -67px; 
  margin-top: 0px;
  white-space: nowrap;
  width :auto;
}
.footer{
    background-image: url(image1.jpg);
        background-repeat: no-repeat;
        color: white;
        max-width: 100%;
        border-radius: 50px;
        background-size: cover;
        padding-top: 30px;
        margin-bottom: 10px;
        width: 99% !important;
  }
  .footer h3{
    text-align: center;
  }
  .footer ol{
    text-align: center;
    list-style: none;
  }
  .footer ul{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .fa{
    padding-right: 20px;
    font-size: 25px;
  }
.modal-header{
    background-color: rgb(14, 42, 71);
  }
  .modal-title {
    color: white;
  }
  .getQuote{
    display: flex;
    justify-content: end;
  }
  @media screen and (max-width: 445px) {
    .document {
      display: block !important;
    }
    .upload {
      max-width: 100% !important;
    }
    .qrCode{
      padding-top: 20px;
      float: left !important;
    }
  }
  .upload{
    max-width: 50%;
    padding: 0 !important; 
    margin: 0 !important;
  }
  .document{
    display: flex;
    justify-content: space-between;
  }
  .document img{
    width: 180px; 
    height: 180px;
  }
  .qrCode{
    width: 50%;
    float: right;
  }
  #quoteBtn {
    background-color: rgb(14, 42, 71);
    color: white;
    transform: rotate(-90deg); /* Use a single "transform" property for cross-browser compatibility */
    transform-origin: 0 0; /* Set the transform origin to pivot from the top-left corner */
    position: fixed;
    top: 50%;
    right: -75px;
    transition: right 0.3s ease-in-out;
    z-index: 999;
    border-radius: 20px;
  }